CagdDescribeError

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

CagdDescribeError()  

SYNOPSIS

cagd_lib/cagd_err.c:95

char *CagdDescribeError(CagdFatalErrorType ErrorNum)
 

DESCRIPTION

Returns a string describing a the given error. Errors can be raised by any member of this cagd library as well as other users. Raised error will cause an invokation of CagdFatalError function which decides how to handle this error. CagdFatalError can for example, invoke this routine with the error type, print the appropriate message and quit the program.  

PARAMETERS:

ErrorNum: Type of the error that was raised.  

FUNCTION RETURN VALUE

char *: A string describing the error type.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:12 GMT, October 17, 2022